home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gTB
- puppetSound(2, 0)
- puppetSound(2, "Click")
- set ml to -999
- repeat while the mouseDown
- if (the mouseLine > 0) and (the mouseLine <> ml) then
- set ml to the mouseLine
- set err to mGo(gTB, ml)
- CheckError(err, "mGo")
- updateDisplay()
- next repeat
- end if
- if the mouseLine < 0 then
- pass()
- end if
- end repeat
- end
-
- on mouseUp
- end
-